workflows: exclude AudioRecord test on RB8#1566
workflows: exclude AudioRecord test on RB8#1566qcom-anilyada wants to merge 1 commit intoqualcomm-linux:masterfrom
Conversation
AudioRecord test when executed on RB8 causes device to freeze. This causes the test job to timeout. Since the timeout is rather long, and the test never completes it should be disabled until it's fixed. This patch corresponds to: qualcomm-linux/lava-test-plans#16 Signed-off-by: Anil Yadav <anilyada@qti.qualcomm.com>
|
Workflow was triggered on next branch: https://github.com/qualcomm-linux/meta-qcom/actions/runs/21907744120 Failed due to failure while build compilation. Please approve to get it tested, since I don't have permission to push in next branch to get tested again. |
|
What is the reason for the freeze? |
The AudioRecord testcase is failing for iq-90750-evk target for which we created github issue: Issues#1531 This hang up issue was causing failures in every PR testing. So this PR is to disable it just for the target: iq-9075-evk. But upon further investigation, we got to know that remoteproc testcase is holding the service required to run AudioRecord testcase. So if we keep the AudioRecord first followed by remoteproc testcases, it will pass. I have raised PR for the same, I have tested manually by triggered runs on LAVA. If that gets merged. We can close this PR. Since I got three approvals already, I'm closing this PR to prevent it from merging. Please approve the above-mentioned PR. It will make the PR testing smooth. |
|
What was causing the freeze? |
|
I.e. just disabling the test is not enough to solve the issue. Please root cause the freeze and fix it. |
lumag
left a comment
There was a problem hiding this comment.
The issue needs to be root-caused
this we are tracking here qualcomm-linux/qcom-linux-testkit#295 |
Currently, the SSR feature is not supported in audio because the existing ASoC core does not fully support all the cases for card rebinding. We are encountering a code path in the ASoC core that appears to be buggy. To properly fix and enable card rebinding without any crashes, we estimate that it will take approximately 1-2 weeks of effort. Given this situation, may we please remove the SSR test case in Audio until the feature is fully supported? this was root caused by audio dev and requesting to get that fixed in 2 weeks |
Restarting of PipeWire should not cause subsystem restart. What is the cause of the issue? Is it AudioReach, normal ASoC drivers, DSP or userspace? |
AudioRecord test when executed on RB8 causes device to freeze. This causes the test job to timeout. Since the timeout is rather long, and the test never completes it should be disabled until it's fixed.
This patch corresponds to:
qualcomm-linux/lava-test-plans#16
Signed-off-by: Anil Yadav anilyada@qti.qualcomm.com